home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / pcpmouse.arc / PROCOMM.DEF < prev    next >
Text File  |  1990-07-14  |  6KB  |  203 lines

  1. ;-----------------------------------------------------------------------;
  2. ;                                    ;
  3. ;    LOGIMENU File definition for Procomm                ;
  4. ;     Copyright (C) 1987  Robert Baker                ;
  5. ;                                    ;
  6. ;-----------------------------------------------------------------------;
  7. ;Just a quick note to help those of you using the Logitech Serial Mouse.
  8. ;
  9. ;If your modem is using Com3 or Com4, and the mouse is not reponding when
  10. ;in Procomm, and will respond when you are out of Procomm, the problem is
  11. ;that you have the mouse and the modem sharing the same Interupt.
  12. ;Most modems that can run in Com3 and Com4 use the same interupt for Com1
  13. ;and Com2. The interupt for Com1 is use by Com3 and the interupt for Com 2
  14. ;is used by Com4. Most other software should have no problem as you won't
  15. ;be using the serial ports at the same time. Just re-arange the Com ports
  16. ;on your modem or serial card for the mouse and the problem is licked!
  17. ;Good Luck...   Robert Baker            
  18.                                      
  19. BEGIN  LeftB,MidB,RightB,LeftM,RightM,UpM,DownM,32,16
  20.  
  21. ;------------ Middle Button -------------
  22. ;NOTE: with 2-button mouse, "MidB" means both buttons
  23.  
  24. MidB: EXECUTE ESCAPE
  25.  
  26. ;------------- Left Button --------------
  27. ;-------- Popup Menu Selection ----------
  28. LeftB: MATCH 5,48,,"UPLOAD",proto,LeftB2
  29. LeftB2: MATCH 5,47,,"DOWNLOAD",proto,LeftB3
  30. LeftB3: MATCH 25,36,,"AUTO",dial,LeftB4
  31. LeftB4: EXECUTE main
  32.  
  33. ;------------ Right Button --------------
  34. RightB: EXECUTE RETURN
  35.  
  36. ;------------ Left Motion ---------------
  37. Leftm: EXECUTE LEFT
  38.  
  39. ;------------ Right Motion --------------
  40. RightM: EXECUTE RIGHT
  41.  
  42. ;------------ Up Motion -----------------
  43. UpM: EXECUTE UP
  44.  
  45. ;------------ Down Motion ---------------
  46. DownM: EXECUTE DOWN
  47.  
  48. ;------------- MAIN MENU ----------------
  49.  
  50. main:   popup 5,12,BOLD
  51. text "╔════════════════[ PROCOMM MAIN MENU ]════════════════╗"
  52. text "║  Dialing Dir       Program Info      Send Files     ║"
  53. text "║  Auto Redial       Setup Screen      Receive Files  ║"
  54. text "║  Keyboard Macros   Kermit Server     Directory      ║"
  55. text "║  Line Settings     Change Directory  View a File    ║"
  56. text "║  Translate Table   Clear Screen      Screen Dump    ║"
  57. text "║  Editor            Toggle Duplex     Log Toggle     ║"
  58. text "║  Exit              Hang Up Phone     Log Hold       ║"
  59. text "║  Host Mode         Elapsed Time      Help           ║"
  60. text "║  Chat Mode         Print On/Off                     ║"
  61. text "║  DOS Gateway       Set Colors        Break Key      ║"
  62. text "║  Command Files     Auto Answer                      ║"
  63. text "║  Redisplay         Toggle CR-CR/LF   Cancel Menu    ║"
  64. text "╚═════════════════════════════════════════════════════╝"
  65. select  2, 4,11,ALTD
  66. select  3, 4,11,ALTR
  67. select  4, 4,15,ALTM
  68. select  5, 4,13,ALTP
  69. select  6, 4,15,ALTW
  70. select  7, 4, 6,ALTA
  71. select  8, 4, 4,ALTX
  72. select  9, 4, 9,ALTQ
  73. select 10, 4, 9,ALTO
  74. select 11, 4,11,ALTF4
  75. select 12, 4,13,ALTF5
  76. select 13, 4, 9,ALTF6
  77. select  2,22,12,ALTI
  78. select  3,22,12,ALTS
  79. select  4,22,13,ALTK
  80. select  5,22,16,ALTB
  81. select  6,22,12,ALTC
  82. select  7,22,13,ALTE
  83. select  8,22,13,ALTH
  84. select  9,22,12,ALTT
  85. select 10,22,12,ALTL
  86. select 11,22,10,ALTZ
  87. select 12,22,11,ALTY
  88. select 13,22,15,ALTF3
  89. select  2,40,11,PGUP
  90. select  3,40,13,PGDN
  91. select  4,40, 9,ALTF
  92. select  5,40,11,ALTV
  93. select  6,40,11,ALTG
  94. select  7,40,10,ALTF1
  95. select  8,40, 8,ALTF2
  96. select  9,40, 4,ALTF10
  97. select 11,40, 9,ALTF7
  98. select 13,40,11,NULL
  99. pend
  100.  
  101. ;------- MENU FOR FILE TRANSFERS --------
  102.  
  103. proto:  MENU "PROTOCALS",6,42,BOLD
  104.         option "XModem",XMO
  105.         option "Kermit",KER
  106.         option "Telink",TEL
  107.         option "Modem7",MO7
  108.         option "YModem",YMO
  109.         option "YModem Batch",YMOB
  110.         option "ASCII",ASCI
  111.         option "Compuserve B",COMB
  112.         option "WXmodem Batch ",WXMO
  113.         option "Cancel",ESCAPE
  114.     MEND
  115.  
  116. ;-------- POPUP MENU FOR DIALER ---------
  117.  
  118. dial:    popup 16,19,INVERSE
  119. text "╔═════════════════[ DIAL POPUP ]═══════════════════╗"
  120. text "║    Revise       Manual Dialing    Find           ║"
  121. text "║    LD Codes     Delete Entry                     ║"
  122. text "║    PgUp/PgDn    Print Entries                    ║"
  123. text "║    Top Page     Bottom Page       Cancel Popup   ║"
  124. text "╚══════════════════════════════════════════════════╝"
  125.         SELECT 2,6,6,R
  126.         SELECT 2,19,14,M
  127.         SELECT 2,37,4,F
  128.         SELECT 3,6,8,P
  129.         SELECT 3,19,12,D
  130.         SELECT 4,6,4,PGUP
  131.         SELECT 4,11,4,PGDN
  132.         SELECT 4,19,13,L
  133.         SELECT 5,6,8,HOME
  134.         SELECT 5,19,11,END
  135.         SELECT 5,37,12,NULL
  136.     PEND
  137.  
  138. ;-------- KEY BOARD DEFINITIONS ---------
  139.  
  140. D:      TYPE " D"
  141. E:      TYPE " E"
  142. F:      TYPE " F"
  143. L:      TYPE " L"
  144. M:      TYPE " M"
  145. P:      TYPE " P"
  146. R:      TYPE " R"
  147. NULL:   TYPE 0
  148. RETURN: TYPE 13
  149. ESCAPE: TYPE 27
  150. HOME:   TYPE 0,71
  151. END:    TYPE 0,79
  152. PGUP:   TYPE 0,73
  153. PGDN:   TYPE 0,81
  154. UP:     TYPE 0,72
  155. DOWN:   TYPE 0,80
  156. LEFT:   TYPE 0,75
  157. RIGHT:  TYPE 0,77
  158. ALTF1:  TYPE 0,104
  159. ALTF2:  TYPE 0,105
  160. ALTF3:  TYPE 0,106
  161. ALTF4:  TYPE 0,107
  162. ALTF5:  TYPE 0,108
  163. ALTF6:  TYPE 0,109
  164. ALTF7:  TYPE 0,110
  165. ALTF10: TYPE 0,113
  166. ALTQ:   TYPE 0,16
  167. ALTW:   TYPE 0,17
  168. ALTE:   TYPE 0,18
  169. ALTR:   TYPE 0,19
  170. ALTT:   TYPE 0,20
  171. ALTY:   TYPE 0,21
  172. ALTI:   TYPE 0,23
  173. ALTO:   TYPE 0,24
  174. ALTP:   TYPE 0,25
  175. ALTA:   TYPE 0,30
  176. ALTS:   TYPE 0,31
  177. ALTD:   TYPE 0,32
  178. ALTF:   TYPE 0,33
  179. ALTG:   TYPE 0,34
  180. ALTH:   TYPE 0,35
  181. ALTK:   TYPE 0,37
  182. ALTL:   TYPE 0,38
  183. ALTZ:   TYPE 0,44
  184. ALTX:   TYPE 0,45,"Y"
  185. ALTC:   TYPE 0,46
  186. ALTV:   TYPE 0,47
  187. ALTB:   TYPE 0,48
  188. ALTM:   TYPE 0,50
  189.  
  190. ;------- FILE TRANSFER PROTOCALS -------
  191.  
  192. XMO:    TYPE " 1"
  193. KER:    TYPE " 2"
  194. TEL:    TYPE " 3"
  195. MO7:    TYPE " 4"
  196. YMO:    TYPE " 5"
  197. YMOB:   TYPE " 6"
  198. ASCI:   TYPE " 7"
  199. COMB:   TYPE " 8"
  200. WXMO:   TYPE " 9"
  201.  
  202. ; End of Procomm.def File
  203.